QueryEd.com

Your Human AI Coding Tutor

London & Birmingham & Online

Back to Checklist

Computers store all data as binary, a series of 1s and 0s. Understanding how different types of data are represented is key.

Number Bases

For example, the denary number 10 is 1010 in binary.

Binary Arithmetic

Simple binary addition: 1 + 1 = 10 (0 carry 1). Also consider shifts (multiplication/division by powers of two) and overflow errors.

Characters, Images & Sound

Compression